home *** CD-ROM | disk | FTP | other *** search
- global ds, gList, giNum, gtNum, gtColor
-
- on prepareFrame
- gtColor = 1
- templateName = "t" & gtNum
- template = getAt(gList, templateName)
- getColor = templateName & "c" & gtColor
- tColor = getAt(gList, getColor)
- fulltName = template & tColor
- filePath = the moviePath & "INIT"
- tcredit = "tc" & gtNum
- member("T1A").fileName = filePath & ds & fulltName & "_A.jpg"
- member("T1B").fileName = filePath & ds & fulltName & "_B.jpg"
- member("T1C").fileName = filePath & ds & fulltName & "_C.jpg"
- member("T1D").fileName = filePath & ds & fulltName & "_D.jpg"
- member("T1E").fileName = filePath & ds & fulltName & "_E.jpg"
- member("CT2-T1-Name").text = string(getAt(gList, templateName))
- member("CT2-CREDITS").text = string(getAt(gList, tcredit))
- end
-